Namespace - LJCDBMessage
Parameters
dbRequest - The request object.
listOnly - Indicates if parentheses are required.
Returns
The column list string.
Syntax
C# |
public String ColumnList(DbRequest dbRequest = null, Boolean listOnly = True)
|
Creates the list of included table columns.
Remarks
Query Column names are added to the created SQL statement from the
Query Column definitions.
Join Columns are added to the created SQL statement from the Join Columns
in the join parameter. They are qualified with the Join Table Name or
the Table Alias if it is defined. They will include the 'AS' keyword
and rename value if the RenameAs value is defined.
Join Columns must have properties in the Data Object to receive the
join values.
The RenameAs value is required if there is another table with the same
column name.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.